home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHome 1999 Game
/
Image.bin
/
Humor
/
Billmo Comedy
/
Billmo Comedy Skit
/
Billmo Comedy Skit.0
/
00020_Hand button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-05-01
|
193 b
|
13 lines
on mouseUp
global gClickle
if gClickle > 4 then
puppetSound("Play")
updateStage()
puppetSound(0)
else
puppetSound("Embrace")
end if
updateStage()
puppetSound(0)
end